projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07d17c5
)
Add GtkCss API to the introspection data
author
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 11 Nov 2019 15:53:09 +0000
(15:53 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 11 Nov 2019 15:53:09 +0000
(15:53 +0000)
Some of the CSS API has been moved to a public namespace, so we need to
include it into the introspection data we build in order for people to
use it.
Fixes: #2230
gtk/meson.build
patch
|
blob
|
history
diff --git
a/gtk/meson.build
b/gtk/meson.build
index 65576f92c69f3d2caab2470fb5e27dec56f94781..a309b1e46cb2925977000230b6a42e2c90135694 100644
(file)
--- a/
gtk/meson.build
+++ b/
gtk/meson.build
@@
-1104,6
+1104,8
@@
if build_gir
gtk_introspection_sources = [
gtk_public_headers,
gtk_public_sources,
+ gtk_css_public_headers,
+ gtk_css_public_sources,
gtk_deprecated_headers,
gtk_deprecated_sources,
a11y_headers,